Trace
Deploy with Cloudflare.md
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
# Deploy with Cloudflare
3
1. Click your account menu in the top right.
4
2. Click **Settings**.
5
3. Open **Integrations**.
6
4. Open **Deployment**.
7
5. In **Cloudflare connection**, enter a connection name, Cloudflare Account ID, and API token.
8
6. Select **Save and test connection**.
9
7. Open the repository you want to deploy.
10
8. Visit **Settings**.
11
9. Expand **Cloudflare** under **Integrations**.
12
10. Check **Enable deployments**.
13
11. Choose an existing Pages project or Worker, or create a new target.
14
12. Set branch, build command, and output directory or Worker entry in **Advanced build settings**.
15
13. Select **Save Cloudflare integration**.
17
On push, NobGit queues deployments from the Git post-receive hook. Pages deploys upload files from the output directory. Workers deploys upload a JavaScript module entry such as `worker.js`, `index.js`, or `src/index.js`.
19
- [Previous: Trello](How to connect Trello.md)
21
- [Next: SSO](How to set up SSO for organizations.md)